home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Presentations
/
Presentations ’93
/
Macintosh as Internet Server ƒ
/
inetd
/
in.rshd
/
RshD.r
< prev
Wrap
Text File
|
1993-02-14
|
1KB
|
39 lines
//---------------------------------------------------------------------
//
// Copyright © 1992 David Peterson.
// All rights reserved.
//
// Permission to use, copy, modify, and distribute this software for
// any purpose and without fee is hereby granted, provided that the
// above copyright notice appear in all copies and that both that
// copyright notice and this permission notice appear in supporting
// documentation.
//
//---------------------------------------------------------------------
#include "types.r"
resource 'SIZE' (-1) {
reserved,
acceptSuspendResumeEvents,
reserved,
canBackground,
notMultiFinderAware,
onlyBackground,
dontGetFrontClicks,
ignoreChildDiedEvents,
not32BitCompatible,
isHighLevelEventAware,
localAndRemoteHLEvents,
notStationeryAware,
dontUseTextEditServices,
reserved,
reserved,
reserved,
100 * 1024, /* I made this want 30 because that's about the minimum that */
100 * 1024 /* is at all reasonable. Remember, when you're processing */
/* Apple events you will have lots of handles created in your */
/* heap by the AppleEvent Manager */
};
include $$Shell("SourceDir")"inetd:Version.rsrc";